![]() |
PATH![]() |
![]() ![]() |
Disables the icon associated with a menu item.
pascal void DisableMenuItemIcon (
MenuHandle theMenu,
UInt16 item);
Your application can use the DisableMenuItemIcon function to dim individual menu item icons. The menu item that contains the icon is unaffected by calling DisableMenuItemIcon . That is, if DisableMenuItemIcon disables an enabled menu item's icon, the menu item itself will remain enabled. Calling DisableMenuItemIcon on the icon of a menu item that is currently disabled will cause the icon to be disabled once the menu item is re-enabled.